address-of operator meaning in Chinese
取地址运算符
取址运算子取地址操作符
Examples
- To create a pointer to a member function , the address - of operator
要创建指向成员函数的指针,必须使用address - of运算符( - Pointer - to - members now require qualified name , address - of operator
指向成员的指针现在要求使用限定名和address - of运算符( - Address - of operator
取地址操作符 - You can type in a pointer to an item you want to view or an expression that uses the address - of operator to take the item s address
可以输入要查看的数据项的指针或使用address - of运算符的表达式来获得数据项地址。